Why do we use int main for all our codes?

why do we always write all our codes under int main. could we name it any other thing also?
also, why is it “int” main, why are we using integer here??