Its been awhile since I've studied automata, but a DFA's alphabet can be anything you want it to be. You can define the accept states, for example: {w | evaluating w gives an even number}.
It will have 3 nodes, start, odd, even. The full DFA can be drawn as:
q->+0,+1,-1
n->n+0=n, n+1, n-1