Sending INT values from Arduino 1 to Arduino 2 using serial communication

Appreciate your help!

Not until you post ALL of your code, not just what you think is relevant.

There are highByte() and lowByte() functions.

Reading data when you don't know that there is anything to read is not a good idea. Calling Serial.flush() is usually stupid, too.