The document discusses how integers are stored in computers using two's complement format. Integers and real numbers are stored differently, with integers using binary representations. Early computers stored integers in 8 bits, but now use 32 bits. Negative integers are represented by taking the two's complement of the binary representation of the positive integer of the same magnitude. This two's complement format addresses issues with representing both positive and negative zero that arose with earlier sign-magnitude representation of integers.