String + integer  - Sorry for this

You're probably best off doing something like this then:

Serial.print("My variable is: ");
Serial.print(myVar);
Serial.print(0, BYTE);