Serial Print a number of int values

So what would be the proper syntax to serial.Print multiple variables?

There is no Serial method that prints an arbitrary number of variables.
A simple for loop and an array would do pretty much what you want.