Intuition behind: Integral operator as generalization of matrix multiplication
Its always a bit hard to guess what another person might find intuitive, but here are my two cents on the topic.
You can interpretate the elements of $\mathbb{R}^n$ as functions from the set $\{1,...,n\}$ to $\mathbb{R}$, where for $f \in \mathbb{R}^{n}$, $f(i)$ would just be the $i$-th component of the vector. We know from linear algebra that any linear operator $L: \mathbb{R}^{n} \rightarrow \mathbb{R}^{n}$ can be written as $L f = A\cdot \vec x$, where $A$ is an $n \times n$-matrix and $\vec x$ is the vector associated with $f$. We could invent a "kernel" function to write this down differently, with $k: \{1,...,n\} \times \{1,...,n\} \to \mathbb{R}$, $k(i,j) := A_{ij}$. We then have the formula
$$Lf(i) = (A\cdot\vec x)_i = \sum_{j=1}^{n} k(i,j) f(j).$$ Now let's replace $\{1,...,n\}$ with some infinite set $X$. Writing down matrices and using the multiplication rules in the same way as in $\mathbb{R}^n$ seems to be a complicated approach here, but it is easy to see what the generalisation of the formula above should be: The values $k(x,y)$ for $x,y \in X$ are the "matrix entries", so we get $$Lf(x) := \sum_{y \in X}k(x,y)f(y)$$ Now for countable $X$ this might still make sense, if we introduce some restrictions on $k$ and $f$ in order to ensure convergence, but for uncountable $X$ (which is the more interesting case) the sum doesn't make sense any more (at least if $k$ is nonzero almost everywhere). The integral is often viewed as a "continuous" analogon to summation (e.g. by physicists, or in measure theory), and as it is itself a limit of sums, it seems only natural to consider operators of the form
$$Lf(x) = \int_{X}k(x,y)f(y) dy$$
More thoughts about this. Matrix $A$ can be thought of as a linear operator from $\mathbb{R}^n$ to $\mathbb{R}^n$. In a similar way your integral transform $L$ is an operators from a (Hilbert) space of functions to a different space.
Just like you can define characteristics of $A$ (like eigenvalues and eigenvectors), and talk about basis of its image, so too you can do the same to $L$.
For an in-depth example of continuous and discrete transformations with similar eigenvalues and "related" eigenvectors, look at continuous and discrete Fourier transforms.