Vertex Arrays - Signed Integers?

Can Vertex arrays handle signed integers?

I looked up the commands but it says only UNSIGNED…

If anyone knows, please post… if it doesnt handle signed integers, does this mean I have to work out all of my co ordinates again because some are signed? e.g. -50 ?

Vertex indices must be unsigned, but vertex data can be of any value.