The most significant bit (MSB) is simply the bit with the largest individual value. This is usually the leftmost bit (unless you are dealing with Little-Endian)
For example:
The most significant bit is used to denote sign in a number of binary number forms. See: Binary > Signed Integers