Use Serial.parseInt() to send a integer but arduino reads a 0 after my input in Monitor

What is the line ending in serial monitor set to? If it's not 'no line ending', the Serial monitor will send one or two characters extra and that will result in the extra 0.