A magic matrix is a square matrix such that the sums of the elements of each row, each column and diagonal equal to a same number, the magic constant.
As reported here, the largest singular value of a magic matrix is its magic constant.
Can someone provide a proof or an intuition for that?
It sounds like a magic matrix is a special case of a doubly stochastic matrix, (and in turn a special case of a stochastic matrix), scaled by a scalar value: the magic constant.
A stochastic matrix is just a square matrix of nonnegative real numbers with each row summing to $1$. The Perron–Frobenius theorem ensures that every stochastic matrix has an eigenvalue equal to $1$, and that is the eigenvalue with the largest absolute value.