Does array make the program smaller?

I mean that the elements of an array usually have common property for many items (like 5 analog readings),
but if we have vars for uncommon things like "counter" , "analog read" , "pwm output" .. etc.
should we put them in one array ?