Sure, say your data was in an array:
for (x=0; x<4; x=x+1){ Serial.Write(analogData[0] ); }
Sends out 4 bytes.